@eth-optimism/tokenlist 10.0.110 → 10.0.112
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cec031ba.d.ts → optimism.tokenlist-baa4bf8e.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-08-
|
|
25
|
+
var timestamp = "2024-08-28T16:52:44.287Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -2083,6 +2083,32 @@ var tokens = [
|
|
|
2083
2083
|
opTokenId: "DUCK"
|
|
2084
2084
|
}
|
|
2085
2085
|
},
|
|
2086
|
+
{
|
|
2087
|
+
chainId: 1,
|
|
2088
|
+
address: "0x39b46B212bDF15b42B166779b9d1787A68b9D0c3",
|
|
2089
|
+
name: "Dypius",
|
|
2090
|
+
symbol: "DYP",
|
|
2091
|
+
decimals: 18,
|
|
2092
|
+
logoURI: "https://ethereum-optimism.github.io/data/DYP/logo.png",
|
|
2093
|
+
extensions: {
|
|
2094
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2095
|
+
opListId: "extended",
|
|
2096
|
+
opTokenId: "DYP"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
chainId: 8453,
|
|
2101
|
+
address: "0x5b2124d427fac9c80c902cbdd74b03dd85d7d3fe",
|
|
2102
|
+
name: "Dypius",
|
|
2103
|
+
symbol: "DYP",
|
|
2104
|
+
decimals: 18,
|
|
2105
|
+
logoURI: "https://ethereum-optimism.github.io/data/DYP/logo.png",
|
|
2106
|
+
extensions: {
|
|
2107
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2108
|
+
opListId: "extended",
|
|
2109
|
+
opTokenId: "DYP"
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2086
2112
|
{
|
|
2087
2113
|
chainId: 1,
|
|
2088
2114
|
address: "0x8dBF9A4c99580fC7Fd4024ee08f3994420035727",
|
|
@@ -9105,7 +9131,7 @@ var tokens = [
|
|
|
9105
9131
|
var version = {
|
|
9106
9132
|
major: 10,
|
|
9107
9133
|
minor: 0,
|
|
9108
|
-
patch:
|
|
9134
|
+
patch: 112
|
|
9109
9135
|
};
|
|
9110
9136
|
var optimism_tokenlist_default = {
|
|
9111
9137
|
name,
|