@plutonlabs/sdk 0.0.13-beta → 0.0.14-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/modules/network/domain/dto/network.dto.d.ts +13 -1
- package/dist/modules/network/domain/dto/network.dto.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/network.dto.js +8 -1
- package/dist/modules/network/domain/dto/network.dto.js.map +1 -1
- package/dist/modules/network/domain/dto/network_provider.dto.d.ts +1 -1
- package/dist/modules/network/domain/dto/network_provider.dto.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/network_provider.dto.js.map +1 -1
- package/dist/modules/network/domain/dto/network_provider.update.dto.d.ts +19 -18
- package/dist/modules/network/domain/dto/network_provider.update.dto.d.ts.map +1 -1
- package/dist/modules/network/domain/dto/network_provider.update.dto.js +4 -15
- package/dist/modules/network/domain/dto/network_provider.update.dto.js.map +1 -1
- package/dist/modules/token/domain/dto/token.dto.js +1 -1
- package/dist/modules/token/domain/dto/token.dto.js.map +1 -1
- package/dist/modules/token/domain/dto/token.update.dto.js +1 -1
- package/dist/modules/token/domain/dto/token.update.dto.js.map +1 -1
- package/dist/seed/networks_seed.json +86 -0
- package/dist/seed/pluton_contracts_seed.json +1302 -0
- package/dist/seed/tokens_seed.json +145 -0
- package/package.json +1 -1
@@ -0,0 +1,145 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"name": "Ether",
|
4
|
+
"symbol": "ETH",
|
5
|
+
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
6
|
+
"decimals": 18,
|
7
|
+
"img": "https://cryptologos.cc/logos/ethereum-eth-logo.svg",
|
8
|
+
"coinType": 9001,
|
9
|
+
"chainId": 42161,
|
10
|
+
"isNative": true,
|
11
|
+
"isBase": false
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"name": "Tether USD",
|
15
|
+
"symbol": "USDT",
|
16
|
+
"address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
17
|
+
"decimals": 6,
|
18
|
+
"img": "https://cryptologos.cc/logos/tether-usdt-logo.svg",
|
19
|
+
"coinType": 9001,
|
20
|
+
"chainId": 42161,
|
21
|
+
"isNative": false,
|
22
|
+
"isBase": true
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"name": "US Dollor Coin",
|
26
|
+
"symbol": "USDC",
|
27
|
+
"address": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
28
|
+
"decimals": 6,
|
29
|
+
"img": "https://cryptologos.cc/logos/usd-coin-usdc-logo.svg",
|
30
|
+
"coinType": 9001,
|
31
|
+
"chainId": 42161,
|
32
|
+
"isNative": false,
|
33
|
+
"isBase": false
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"name": "Wrapped BTC",
|
37
|
+
"symbol": "WBTC",
|
38
|
+
"address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
|
39
|
+
"decimals": 8,
|
40
|
+
"img": "https://logotyp.us/file/wrapped-bitcoin.svg",
|
41
|
+
"coinType": 9001,
|
42
|
+
"chainId": 42161,
|
43
|
+
"isNative": false,
|
44
|
+
"isBase": false
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"name": "Ether",
|
48
|
+
"symbol": "ETH",
|
49
|
+
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
50
|
+
"decimals": 18,
|
51
|
+
"img": "https://cryptologos.cc/logos/ethereum-eth-logo.svg",
|
52
|
+
"coinType": 8453,
|
53
|
+
"chainId": 8453,
|
54
|
+
"isNative": true,
|
55
|
+
"isBase": false
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"name": "Tether USD",
|
59
|
+
"symbol": "USDT",
|
60
|
+
"address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
|
61
|
+
"decimals": 6,
|
62
|
+
"img": "https://cryptologos.cc/logos/tether-usdt-logo.svg",
|
63
|
+
"coinType": 8453,
|
64
|
+
"chainId": 8453,
|
65
|
+
"isNative": false,
|
66
|
+
"isBase": true
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"name": "US Dollor Coin",
|
70
|
+
"symbol": "USDC",
|
71
|
+
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
72
|
+
"decimals": 6,
|
73
|
+
"img": "https://cryptologos.cc/logos/usd-coin-usdc-logo.svg",
|
74
|
+
"coinType": 8453,
|
75
|
+
"chainId": 8453,
|
76
|
+
"isNative": false,
|
77
|
+
"isBase": false
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"name": "Brett",
|
81
|
+
"symbol": "BRETT",
|
82
|
+
"address": "0x532f27101965dd16442E59d40670FaF5eBB142E4",
|
83
|
+
"decimals": 18,
|
84
|
+
"img": "https://cryptologos.cc/logos/based-brett-brett-logo.svg",
|
85
|
+
"coinType": 8453,
|
86
|
+
"chainId": 8453,
|
87
|
+
"isNative": false,
|
88
|
+
"isBase": false
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"name": "Wrapped ETH",
|
92
|
+
"symbol": "WETH",
|
93
|
+
"address": "0x4200000000000000000000000000000000000006",
|
94
|
+
"decimals": 18,
|
95
|
+
"img": "https://zengo.com/wp-content/uploads/wETH_desktop.svg",
|
96
|
+
"coinType": 8453,
|
97
|
+
"chainId": 8453,
|
98
|
+
"isNative": false,
|
99
|
+
"isBase": false
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"name": "Mantle",
|
103
|
+
"symbol": "MNT",
|
104
|
+
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
105
|
+
"decimals": 18,
|
106
|
+
"img": "https://cryptologos.cc/logos/ethereum-eth-logo.svg",
|
107
|
+
"coinType": 8453,
|
108
|
+
"chainId": 8453,
|
109
|
+
"isNative": true,
|
110
|
+
"isBase": false
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"name": "Tether USD",
|
114
|
+
"symbol": "USDT",
|
115
|
+
"address": "0x201EBa5CC46D216Ce6DC03F6a759e8E766e956aE",
|
116
|
+
"decimals": 6,
|
117
|
+
"img": "https://cryptologos.cc/logos/tether-usdt-logo.svg",
|
118
|
+
"coinType": 5000,
|
119
|
+
"chainId": 5000,
|
120
|
+
"isNative": false,
|
121
|
+
"isBase": true
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"name": "US Dollor Coin",
|
125
|
+
"symbol": "USDC",
|
126
|
+
"address": "0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9",
|
127
|
+
"decimals": 6,
|
128
|
+
"img": "https://cryptologos.cc/logos/usd-coin-usdc-logo.svg",
|
129
|
+
"coinType": 5000,
|
130
|
+
"chainId": 5000,
|
131
|
+
"isNative": false,
|
132
|
+
"isBase": false
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"name": "Wrapped Bridged ETH",
|
136
|
+
"symbol": "WETH",
|
137
|
+
"address": "0xdEAddEaDdeadDEadDEADDEAddEADDEAddead1111",
|
138
|
+
"decimals": 18,
|
139
|
+
"img": "https://zengo.com/wp-content/uploads/wETH_desktop.svg",
|
140
|
+
"coinType": 5000,
|
141
|
+
"chainId": 5000,
|
142
|
+
"isNative": false,
|
143
|
+
"isBase": false
|
144
|
+
}
|
145
|
+
]
|