@eth-optimism/tokenlist 8.3.154 → 8.3.155
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 +1 -1
- package/dist/index.js +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f36d4a09.d.ts → optimism.tokenlist-06e12765.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-09-06T15:
|
|
9
|
+
var timestamp = "2023-09-06T15:02:19.002Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -34,6 +34,46 @@ var tokens = [
|
|
|
34
34
|
opTokenId: "0xBTC"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
+
{
|
|
38
|
+
chainId: 1,
|
|
39
|
+
address: "0x111111111117dC0aa78b770fA6A738034120C302",
|
|
40
|
+
name: "1INCH Token",
|
|
41
|
+
symbol: "1INCH",
|
|
42
|
+
decimals: 18,
|
|
43
|
+
logoURI: "https://ethereum-optimism.github.io/data/1INCH/logo.svg",
|
|
44
|
+
extensions: {
|
|
45
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
46
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
47
|
+
opListId: "extended",
|
|
48
|
+
opTokenId: "1INCH"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
chainId: 10,
|
|
53
|
+
address: "0xAd42D013ac31486B73b6b059e748172994736426",
|
|
54
|
+
name: "1INCH Token",
|
|
55
|
+
symbol: "1INCH",
|
|
56
|
+
decimals: 18,
|
|
57
|
+
logoURI: "https://ethereum-optimism.github.io/data/1INCH/logo.svg",
|
|
58
|
+
extensions: {
|
|
59
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
60
|
+
opListId: "extended",
|
|
61
|
+
opTokenId: "1INCH"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
chainId: 8453,
|
|
66
|
+
address: "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE",
|
|
67
|
+
name: "1INCH Token",
|
|
68
|
+
symbol: "1INCH",
|
|
69
|
+
decimals: 18,
|
|
70
|
+
logoURI: "https://ethereum-optimism.github.io/data/1INCH/logo.svg",
|
|
71
|
+
extensions: {
|
|
72
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
73
|
+
opListId: "extended",
|
|
74
|
+
opTokenId: "1INCH"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
37
77
|
{
|
|
38
78
|
chainId: 1,
|
|
39
79
|
address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
|
|
@@ -5322,7 +5362,7 @@ var tokens = [
|
|
|
5322
5362
|
var version = {
|
|
5323
5363
|
major: 8,
|
|
5324
5364
|
minor: 3,
|
|
5325
|
-
patch:
|
|
5365
|
+
patch: 155
|
|
5326
5366
|
};
|
|
5327
5367
|
var optimism_tokenlist_default = {
|
|
5328
5368
|
name,
|