-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainnet-config.json
127 lines (127 loc) · 4.02 KB
/
mainnet-config.json
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"fusotao": {
"networkId": "mainnet",
"nodeId": "wss://gateway.mainnet.octopus.network/fusotao/0efwa9v0crdx4dg3uj8jdmc5y7dj4ir2",
"name": "Fusotao",
"symbol": "TAO",
"website": "https://www.fusotao.org",
"icon": "https://www.fusotao.org/share/tao.svg",
"tokenModule": "token",
"tokenMethod": "balances",
"tokenViewModules": {
"balance": {
"module": "token",
"method": "balances",
"params": "array"
},
"metadata": {
"module": "token",
"method": "tokens",
"params": ""
}
},
"tokenChangeModules": {
"transfer": {
"module": "token",
"method": "transfer",
"params": ""
}
},
"tokens": [
{
"code": 0,
"decimal": 18,
"symbol": "TAO",
"name": "FUSOTAO",
"id":"fusotao",
"contractId": "fusotao-token.near",
"logo": "https://www.fusotao.org/share/tao.svg"
},
{
"code": 1,
"decimal": 18,
"symbol": "USDT.e",
"name": "Tether USD",
"id":"tether",
"contractId": "dac17f958d2ee523a2206206994597c13d831ec7.factory.bridge.near",
"logo": "https://www.fusotao.org/share/usdt.svg"
},
{
"code": 2,
"decimal": 18,
"symbol": "OCT",
"name": "Octopus Network Token",
"id":"octopus-network",
"contractId": "f5cfbc74057c610c8ef151a439252680ac68c6dc.factory.bridge.near",
"logo": "https://www.fusotao.org/share/oct.svg"
},
{
"code": 3,
"decimal": 18,
"symbol": "wNEAR",
"name": "Wrapped NEAR fungible token",
"id":"wrapped-near",
"contractId": "wrap.near",
"logo": "https://www.fusotao.org/share/wnear.svg"
},
{
"code": 4,
"decimal": 18,
"symbol": "MYRIA",
"name": "Myria",
"id":"myriad-social",
"contractId": "myriadcore.near",
"logo": "https://2dverse.org/myriad/Logo_Solid.svg"
},
{
"code": 5,
"decimal": 18,
"symbol": "DBIO",
"name": "Debio",
"id":"debio-network",
"contractId": "dbio.near",
"logo": "http://debio.dev/debiologo.png"
},
{
"code": 6,
"decimal": 18,
"symbol": "PEM",
"name": "PemBrock",
"id":"pembrock",
"contractId": "token.pembrock.near",
"logo": "https://www.fusotao.org/share/pem.svg"
}
]
},
"myriad": {
"nodeId": "wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0",
"tokenModule": "octopusAssets",
"tokenMethod": "account",
"tokenViewModules": {
"balance": {
"module": "octopusAssets",
"method": "account",
"params": ""
}
},
"tokenChangeModules": {
"transfer": {
"module": "octopusAssets",
"method": "transfer",
"params": ""
}
},
"symbol": "MYRIA",
"tokens": [
{
"code": 0,
"decimal": 18,
"symbol": "MYRIA",
"name": "MYRIA",
"id":"myriad-social",
"contractId": "myriadcore.near",
"logo": "https://2dverse.org/myriad/Logo_Solid.svg"
}
]
}
}