@@ -31,7 +31,6 @@ export const CHAINS: Config<ChainProperties> = {
31
31
dot : toChainProperty ( 0 , 10 , 'DOT' , 'https://polkadot.subscan.io/' , 'SUB' ) ,
32
32
ahp : toChainProperty ( 0 , 10 , 'DOT' , 'https://assethub-polkadot.subscan.io/' , 'SUB' ) ,
33
33
base : toChainProperty ( 42 , 18 , 'ETH' , 'https://basescan.org' , 'EVM' ) ,
34
- mnt : toChainProperty ( 42 , 18 , 'MNT' , 'https://mantlescan.xyz' , 'EVM' ) , // ss58Format is not available
35
34
// ahr: toChainProperty(42, 12, 'ROC', 'https://rockmine.subscan.io/'),
36
35
// movr: toChainProperty(1285, 18, 'MOVR', 'https://moonriver.subscan.io/'),
37
36
// glmr: toChainProperty(1284, 18, 'GLMR', 'https://moonbeam.subscan.io/'),
@@ -50,7 +49,6 @@ export const chainPrefixes: Prefix[] = [
50
49
'ksm' ,
51
50
'dot' ,
52
51
'base' ,
53
- 'mnt' ,
54
52
// 'ahr',
55
53
// 'movr',
56
54
// 'glmr',
@@ -69,7 +67,6 @@ export const chainInfo: Record<Prefix, string> = {
69
67
dot : 'polkadot' ,
70
68
ahp : 'statemint' ,
71
69
base : 'base' ,
72
- mnt : 'mantle' ,
73
70
// ahr: 'rockmine',
74
71
// movr: 'moonriver',
75
72
// glmr: 'moonbeam',
@@ -81,7 +78,6 @@ export const chainNames: Record<Prefix, string> = {
81
78
dot : 'Polkadot' ,
82
79
ahp : 'Polkadot AssetHub' ,
83
80
base : 'Base' ,
84
- mnt : 'Mantle' ,
85
81
// ahr: 'Rococo AssetHub',
86
82
// movr: 'Moonriver',
87
83
// glmr: 'Moonbeam',
@@ -107,7 +103,6 @@ export const teleportExistentialDeposit: Record<Prefix, number> = {
107
103
dot : 15000000000 ,
108
104
ahp : 5000000000 ,
109
105
base : 0 ,
110
- mnt : 0 ,
111
106
}
112
107
113
108
export const existentialDeposit : Record < Prefix , number > = {
@@ -116,5 +111,4 @@ export const existentialDeposit: Record<Prefix, number> = {
116
111
dot : 1e10 ,
117
112
ahp : 1e8 ,
118
113
base : 1e15 ,
119
- mnt : 1e15 ,
120
114
}
0 commit comments