@yodlpay/tokenlists 0.6.12 → 0.6.16
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/README.md +8 -3
- package/dist/chainlist-v1.json +9 -9
- package/dist/routerlist-v1.json +7 -0
- package/dist/tokenlist-featured.json +138 -57
- package/dist/tokenlists.cjs.development.js +154 -66
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +154 -66
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,11 +14,16 @@ yarn run update
|
|
|
14
14
|
|
|
15
15
|
# Publish new version
|
|
16
16
|
|
|
17
|
+
```
|
|
18
|
+
yarn run test
|
|
19
|
+
yarn run build
|
|
20
|
+
yarn run publish
|
|
21
|
+
```
|
|
17
22
|
|
|
18
23
|
# Useful CMC categories
|
|
19
24
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
25
|
+
- Fiat Stablecoin - 6634dccba7b6f0637eec196a
|
|
26
|
+
- EUR Stablecoin - 625d057257c0560770d004e2
|
|
27
|
+
- USD Stablecoin - 625d04fa57c0560770d004e1
|
|
23
28
|
|
|
24
29
|
|
package/dist/chainlist-v1.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"shortName": "eth",
|
|
14
14
|
"testnet": false,
|
|
15
15
|
"chainId": 1,
|
|
16
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
16
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/1/logo.svg",
|
|
17
17
|
"rpcUrls": [
|
|
18
18
|
"https://rpc.ankr.com/eth"
|
|
19
19
|
],
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"shortName": "gor",
|
|
30
30
|
"testnet": true,
|
|
31
31
|
"chainId": 5,
|
|
32
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
32
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/5/logo.svg",
|
|
33
33
|
"rpcUrls": [
|
|
34
34
|
"https://rpc.ankr.com/eth_goerli"
|
|
35
35
|
],
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"shortName": "arb1",
|
|
45
45
|
"testnet": false,
|
|
46
46
|
"chainId": 42161,
|
|
47
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
47
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/42161/logo.svg",
|
|
48
48
|
"rpcUrls": [
|
|
49
49
|
"https://rpc.ankr.com/arbitrum"
|
|
50
50
|
],
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"shortName": "oeth",
|
|
61
61
|
"testnet": false,
|
|
62
62
|
"chainId": 10,
|
|
63
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
63
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/10/logo.svg",
|
|
64
64
|
"rpcUrls": [
|
|
65
65
|
"https://mainnet.optimism.io"
|
|
66
66
|
],
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"shortName": "avax",
|
|
77
77
|
"testnet": false,
|
|
78
78
|
"chainId": 43114,
|
|
79
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
79
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/43113/logo.svg",
|
|
80
80
|
"rpcUrls": [
|
|
81
81
|
"https://api.avax.network/ext/bc/C/rpc"
|
|
82
82
|
],
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"shortName": "gno",
|
|
92
92
|
"testnet": false,
|
|
93
93
|
"chainId": 100,
|
|
94
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
94
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/100/logo.svg",
|
|
95
95
|
"rpcUrls": [
|
|
96
96
|
"https://rpc.gnosis.gateway.fm"
|
|
97
97
|
],
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"shortName": "base",
|
|
108
108
|
"testnet": false,
|
|
109
109
|
"chainId": 8453,
|
|
110
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
110
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/8453/logo.png",
|
|
111
111
|
"rpcUrls": [
|
|
112
112
|
"https://mainnet.base.org"
|
|
113
113
|
],
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"shortName": "matic",
|
|
124
124
|
"testnet": false,
|
|
125
125
|
"chainId": 137,
|
|
126
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
126
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/137/logo.svg",
|
|
127
127
|
"rpcUrls": [
|
|
128
128
|
"https://polygon-rpc.com"
|
|
129
129
|
],
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"shortName": "bsc",
|
|
140
140
|
"testnet": false,
|
|
141
141
|
"chainId": 56,
|
|
142
|
-
"logoUri": "https://raw.githubusercontent.com/yodlpay/
|
|
142
|
+
"logoUri": "https://raw.githubusercontent.com/yodlpay/logos/main/logos/chains/56/logo.svg",
|
|
143
143
|
"rpcUrls": [
|
|
144
144
|
"https://bsc-dataseed1.binance.org/",
|
|
145
145
|
"https://bsc-dataseed2.binance.org/",
|
package/dist/routerlist-v1.json
CHANGED
|
@@ -64,6 +64,13 @@
|
|
|
64
64
|
"version": "0.6",
|
|
65
65
|
"fee": "0.002"
|
|
66
66
|
},
|
|
67
|
+
{
|
|
68
|
+
"chainId": 1,
|
|
69
|
+
"address": "0x5a1564F9B26493311A7bF6cCA0873E8Bb093C4f6",
|
|
70
|
+
"timestamp": "2024-08-13T00:00:00+00:00",
|
|
71
|
+
"version": "0.6",
|
|
72
|
+
"fee": "0.002"
|
|
73
|
+
},
|
|
67
74
|
{
|
|
68
75
|
"chainId": 5,
|
|
69
76
|
"address": "0x8412D3c11aa605EbaF14D0b6BC7705ab45143Ee8",
|