-
Notifications
You must be signed in to change notification settings - Fork 302
Expand file tree
/
Copy pathamsTokenConfig.ts
More file actions
68 lines (68 loc) · 1.79 KB
/
amsTokenConfig.ts
File metadata and controls
68 lines (68 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
export const reducedAmsTokenConfig = {
'hteth:faketoken': [
{
id: '49ff49ea-3355-4717-bbb0-5e8f5cae2201',
fullName: 'Hoodi Testnet fake token',
name: 'hteth:faketoken',
prefix: '',
suffix: 'HTETH:FAKETOKEN',
baseUnit: 'wei',
kind: 'crypto',
family: 'eth',
isToken: true,
additionalFeatures: ['bulk-transaction'],
excludedFeatures: ['custody-bitgo-korea'],
decimalPlaces: 6,
asset: 'hteth:faketoken',
network: {
name: 'Hoodi',
},
primaryKeyCurve: 'secp256k1',
contractAddress: '0x89a959b9184b4f8c8633646d5dfd049d2ebc983a',
},
],
'tip:faketoken': [
{
id: 'a1b2c3d4-e5f6-4789-8abc-def123456789',
fullName: 'Story Testnet Faketoken',
name: 'tip:faketoken',
prefix: '',
suffix: 'TIP:FAKETOKEN',
baseUnit: 'wei',
kind: 'crypto',
family: 'ip',
isToken: true,
additionalFeatures: [],
excludedFeatures: [],
decimalPlaces: 18,
asset: 'tip:faketoken',
network: {
name: 'BaseChainTestnet',
},
primaryKeyCurve: 'secp256k1',
contractAddress: '0x1234567890123456789012345678901234567890',
},
],
'thypeevm:faketoken': [
{
id: 'b2c3d4e5-f6a7-4890-9bcd-ef012345678a',
fullName: 'Hyperliquid EVM Testnet Faketoken',
name: 'thypeevm:faketoken',
prefix: '',
suffix: 'THYPEEVM:FAKETOKEN',
baseUnit: 'wei',
kind: 'crypto',
family: 'hypeevm',
isToken: true,
additionalFeatures: [],
excludedFeatures: [],
decimalPlaces: 18,
asset: 'thypeevm:faketoken',
network: {
name: 'HyperliquidTestnet',
},
primaryKeyCurve: 'secp256k1',
contractAddress: '0xabcdefabcdefabcdefabcdefabcdefabcdefabcd',
},
],
};