@eth-optimism/tokenlist 10.0.111 → 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-f738bdab.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-08-
|
|
9
|
+
var timestamp = "2024-08-28T16:52:44.287Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -2067,6 +2067,32 @@ var tokens = [
|
|
|
2067
2067
|
opTokenId: "DUCK"
|
|
2068
2068
|
}
|
|
2069
2069
|
},
|
|
2070
|
+
{
|
|
2071
|
+
chainId: 1,
|
|
2072
|
+
address: "0x39b46B212bDF15b42B166779b9d1787A68b9D0c3",
|
|
2073
|
+
name: "Dypius",
|
|
2074
|
+
symbol: "DYP",
|
|
2075
|
+
decimals: 18,
|
|
2076
|
+
logoURI: "https://ethereum-optimism.github.io/data/DYP/logo.png",
|
|
2077
|
+
extensions: {
|
|
2078
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
2079
|
+
opListId: "extended",
|
|
2080
|
+
opTokenId: "DYP"
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
chainId: 8453,
|
|
2085
|
+
address: "0x5b2124d427fac9c80c902cbdd74b03dd85d7d3fe",
|
|
2086
|
+
name: "Dypius",
|
|
2087
|
+
symbol: "DYP",
|
|
2088
|
+
decimals: 18,
|
|
2089
|
+
logoURI: "https://ethereum-optimism.github.io/data/DYP/logo.png",
|
|
2090
|
+
extensions: {
|
|
2091
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
2092
|
+
opListId: "extended",
|
|
2093
|
+
opTokenId: "DYP"
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2070
2096
|
{
|
|
2071
2097
|
chainId: 1,
|
|
2072
2098
|
address: "0x8dBF9A4c99580fC7Fd4024ee08f3994420035727",
|
|
@@ -9089,7 +9115,7 @@ var tokens = [
|
|
|
9089
9115
|
var version = {
|
|
9090
9116
|
major: 10,
|
|
9091
9117
|
minor: 0,
|
|
9092
|
-
patch:
|
|
9118
|
+
patch: 112
|
|
9093
9119
|
};
|
|
9094
9120
|
var optimism_tokenlist_default = {
|
|
9095
9121
|
name,
|