Skip to content

Commit 53adcde

Browse files
committed
build 🛠 build-20251030-013714
1 parent b42379c commit 53adcde

File tree

28 files changed

+140
-72
lines changed

28 files changed

+140
-72
lines changed

v1/packages/assets/src/mainnet/archway.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const assets: AssetList = {
103103
}],
104104
socials: {
105105
website: 'https://akash.network/',
106-
twitter: 'https://twitter.com/akashnet_'
106+
twitter: 'https://twitter.com/akashnet'
107107
},
108108
type_asset: 'sdk.coin',
109109
traces: [{
@@ -253,7 +253,7 @@ const assets: AssetList = {
253253
}],
254254
socials: {
255255
website: 'https://akash.network/',
256-
twitter: 'https://twitter.com/akashnet_'
256+
twitter: 'https://twitter.com/akashnet'
257257
},
258258
type_asset: 'sdk.coin',
259259
traces: [{

v1/packages/assets/src/mainnet/cosmoshub.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ const assets: AssetList = {
302302
}],
303303
socials: {
304304
website: 'https://akash.network/',
305-
twitter: 'https://twitter.com/akashnet_'
305+
twitter: 'https://twitter.com/akashnet'
306306
},
307307
type_asset: 'sdk.coin',
308308
traces: [{
@@ -1458,7 +1458,7 @@ const assets: AssetList = {
14581458
}],
14591459
socials: {
14601460
website: 'https://akash.network/',
1461-
twitter: 'https://twitter.com/akashnet_'
1461+
twitter: 'https://twitter.com/akashnet'
14621462
},
14631463
type_asset: 'sdk.coin',
14641464
traces: [{

v1/packages/assets/src/mainnet/crescent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const assets: AssetList = {
103103
}],
104104
socials: {
105105
website: 'https://akash.network/',
106-
twitter: 'https://twitter.com/akashnet_'
106+
twitter: 'https://twitter.com/akashnet'
107107
},
108108
type_asset: 'sdk.coin',
109109
traces: [{
@@ -406,7 +406,7 @@ const assets: AssetList = {
406406
}],
407407
socials: {
408408
website: 'https://akash.network/',
409-
twitter: 'https://twitter.com/akashnet_'
409+
twitter: 'https://twitter.com/akashnet'
410410
},
411411
type_asset: 'sdk.coin',
412412
traces: [{

v1/packages/assets/src/mainnet/cryptoorgchain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const assets: AssetList = {
2727
}],
2828
socials: {
2929
website: 'https://akash.network/',
30-
twitter: 'https://twitter.com/akashnet_'
30+
twitter: 'https://twitter.com/akashnet'
3131
},
3232
type_asset: 'sdk.coin',
3333
traces: [{
@@ -177,7 +177,7 @@ const assets: AssetList = {
177177
}],
178178
socials: {
179179
website: 'https://akash.network/',
180-
twitter: 'https://twitter.com/akashnet_'
180+
twitter: 'https://twitter.com/akashnet'
181181
},
182182
type_asset: 'sdk.coin',
183183
traces: [{

v1/packages/assets/src/mainnet/doravota.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const assets: AssetList = {
2727
}],
2828
socials: {
2929
website: 'https://akash.network/',
30-
twitter: 'https://twitter.com/akashnet_'
30+
twitter: 'https://twitter.com/akashnet'
3131
},
3232
type_asset: 'sdk.coin',
3333
traces: [{
@@ -365,7 +365,7 @@ const assets: AssetList = {
365365
}],
366366
socials: {
367367
website: 'https://akash.network/',
368-
twitter: 'https://twitter.com/akashnet_'
368+
twitter: 'https://twitter.com/akashnet'
369369
},
370370
type_asset: 'sdk.coin',
371371
traces: [{

v1/packages/assets/src/mainnet/elys.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const assets: AssetList = {
2727
}],
2828
socials: {
2929
website: 'https://akash.network/',
30-
twitter: 'https://twitter.com/akashnet_'
30+
twitter: 'https://twitter.com/akashnet'
3131
},
3232
type_asset: 'sdk.coin',
3333
traces: [{
@@ -225,7 +225,7 @@ const assets: AssetList = {
225225
}],
226226
socials: {
227227
website: 'https://akash.network/',
228-
twitter: 'https://twitter.com/akashnet_'
228+
twitter: 'https://twitter.com/akashnet'
229229
},
230230
type_asset: 'sdk.coin',
231231
traces: [{

v1/packages/assets/src/mainnet/irisnet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const assets: AssetList = {
2727
}],
2828
socials: {
2929
website: 'https://akash.network/',
30-
twitter: 'https://twitter.com/akashnet_'
30+
twitter: 'https://twitter.com/akashnet'
3131
},
3232
type_asset: 'sdk.coin',
3333
traces: [{
@@ -548,7 +548,7 @@ const assets: AssetList = {
548548
}],
549549
socials: {
550550
website: 'https://akash.network/',
551-
twitter: 'https://twitter.com/akashnet_'
551+
twitter: 'https://twitter.com/akashnet'
552552
},
553553
type_asset: 'sdk.coin',
554554
traces: [{

v1/packages/assets/src/mainnet/juno.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const assets: AssetList = {
2727
}],
2828
socials: {
2929
website: 'https://akash.network/',
30-
twitter: 'https://twitter.com/akashnet_'
30+
twitter: 'https://twitter.com/akashnet'
3131
},
3232
type_asset: 'sdk.coin',
3333
traces: [{
@@ -812,7 +812,7 @@ const assets: AssetList = {
812812
}],
813813
socials: {
814814
website: 'https://akash.network/',
815-
twitter: 'https://twitter.com/akashnet_'
815+
twitter: 'https://twitter.com/akashnet'
816816
},
817817
type_asset: 'sdk.coin',
818818
traces: [{

v1/packages/assets/src/mainnet/kujira.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const assets: AssetList = {
216216
}],
217217
socials: {
218218
website: 'https://akash.network/',
219-
twitter: 'https://twitter.com/akashnet_'
219+
twitter: 'https://twitter.com/akashnet'
220220
},
221221
type_asset: 'sdk.coin',
222222
traces: [{
@@ -2032,7 +2032,7 @@ const assets: AssetList = {
20322032
}],
20332033
socials: {
20342034
website: 'https://akash.network/',
2035-
twitter: 'https://twitter.com/akashnet_'
2035+
twitter: 'https://twitter.com/akashnet'
20362036
},
20372037
type_asset: 'sdk.coin',
20382038
traces: [{

0 commit comments

Comments
 (0)