File tree Expand file tree Collapse file tree
node-api/src/features/issuance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,16 +4,13 @@ const tokens = Object.freeze({
44 KSM : "KSM" ,
55 DOT : "DOT" ,
66 KAR : "KAR" ,
7- KINT : "KINT" ,
87 PHA : "PHA" ,
98 BNC : "BNC" ,
109 ARIS : "ARIS" ,
1110 CHRWNA : "CHRWNA" ,
12- INTR : "INTR" ,
1311} ) ;
1412
1513const tokenParentChain = Object . freeze ( {
16- [ tokens . KINT ] : networks . kintsugi ,
1714 [ tokens . RMRK ] : networks . statemine ,
1815 [ tokens . KSM ] : networks . kusama ,
1916 [ tokens . DOT ] : networks . polkadot ,
@@ -22,7 +19,6 @@ const tokenParentChain = Object.freeze({
2219 [ tokens . BNC ] : networks . bifrost ,
2320 [ tokens . ARIS ] : networks . statemine ,
2421 [ tokens . CHRWNA ] : networks . statemine ,
25- [ tokens . INTR ] : networks . interlay ,
2622} ) ;
2723
2824module . exports = {
Original file line number Diff line number Diff line change 11const { Accessibility } = require ( "../../consts/space" ) ;
2- const { networks , strategies } = require ( "./consts" ) ;
2+ const { strategies } = require ( "./consts" ) ;
33
44const basiliskConfig = {
55 id : "basilisk" ,
@@ -10,7 +10,7 @@ const basiliskConfig = {
1010 accessibility : Accessibility . PUBLIC ,
1111 networks : [
1212 {
13- network : networks . basilisk ,
13+ network : " basilisk" ,
1414 ss58Format : 10041 ,
1515 assets : [
1616 {
Original file line number Diff line number Diff line change 11const { Accessibility } = require ( "../../consts/space" ) ;
2- const { networks , strategies } = require ( "./consts" ) ;
2+ const { strategies } = require ( "./consts" ) ;
33
44const centrifugeConfig = {
5- id : networks . centrifuge ,
5+ id : " centrifuge" ,
66 inactive : true ,
77 name : "Centrifuge" ,
88 symbol : "CFG" ,
99 decimals : 18 ,
1010 accessibility : Accessibility . PUBLIC ,
1111 networks : [
1212 {
13- network : networks . centrifuge ,
13+ network : " centrifuge" ,
1414 ss58Format : 36 ,
1515 assets : [
1616 {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const config = {
1111 accessibility : Accessibility . PUBLIC ,
1212 networks : [
1313 {
14- network : networks . crust ,
14+ network : " crust" ,
1515 ss58Format : 66 ,
1616 assets : [
1717 {
Original file line number Diff line number Diff line change 11const { Accessibility } = require ( "../../consts/space" ) ;
2- const { networks , strategies } = require ( "./consts" ) ;
2+ const { strategies } = require ( "./consts" ) ;
33
44const config = {
55 id : "interlay" ,
@@ -10,7 +10,7 @@ const config = {
1010 accessibility : Accessibility . PUBLIC ,
1111 networks : [
1212 {
13- network : networks . interlay ,
13+ network : " interlay" ,
1414 ss58Format : 2032 ,
1515 assets : [
1616 {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const config = {
1010 accessibility : Accessibility . PUBLIC ,
1111 networks : [
1212 {
13- network : networks . kintsugi ,
13+ network : " kintsugi" ,
1414 ss58Format : 2092 ,
1515 assets : [
1616 {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const config = {
1111 accessibility : Accessibility . PUBLIC ,
1212 networks : [
1313 {
14- network : networks . stafi ,
14+ network : " stafi" ,
1515 ss58Format : 20 ,
1616 assets : [
1717 {
Original file line number Diff line number Diff line change 11const { Accessibility } = require ( "../../consts/space" ) ;
2- const { networks , strategies } = require ( "./consts" ) ;
2+ const { strategies } = require ( "./consts" ) ;
33
44const ztgConfig = {
55 id : "zeitgeist" ,
@@ -10,7 +10,7 @@ const ztgConfig = {
1010 accessibility : Accessibility . PUBLIC ,
1111 networks : [
1212 {
13- network : networks . zeitgeist ,
13+ network : " zeitgeist" ,
1414 ss58Format : 73 ,
1515 assets : [
1616 {
Original file line number Diff line number Diff line change @@ -50,22 +50,6 @@ const tokens = {
5050 ...statemineAssetCommon ,
5151 assetId : 567 ,
5252 } ,
53- kint : {
54- isChain : true ,
55- chain : chains . kintsugi ,
56- isNative : false ,
57- isOrml : true ,
58- moduleName : "tokens" ,
59- currencyId : { token : "KINT" } ,
60- } ,
61- intr : {
62- isChain : true ,
63- chain : chains . interlay ,
64- isNative : false ,
65- isOrml : true ,
66- moduleName : "tokens" ,
67- currencyId : { token : "INTR" } ,
68- } ,
6953} ;
7054
7155module . exports = {
You can’t perform that action at this time.
0 commit comments