@eth-optimism/tokenlist 10.0.14 → 10.0.15
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-91e861f9.d.ts → optimism.tokenlist-27fe458d.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-04-02T19:
|
|
44
|
+
var timestamp = "2024-04-02T19:14:14.694Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1930,6 +1930,7 @@ var tokens = [
|
|
|
1930
1930
|
logoURI: "https://ethereum-optimism.github.io/data/FOX/logo.svg",
|
|
1931
1931
|
extensions: {
|
|
1932
1932
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
1933
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1933
1934
|
opListId: "extended",
|
|
1934
1935
|
opTokenId: "FOX"
|
|
1935
1936
|
}
|
|
@@ -1947,6 +1948,19 @@ var tokens = [
|
|
|
1947
1948
|
opTokenId: "FOX"
|
|
1948
1949
|
}
|
|
1949
1950
|
},
|
|
1951
|
+
{
|
|
1952
|
+
chainId: 8453,
|
|
1953
|
+
address: "0x2dbe0d779c7A04F7a5de83326973effE23356930",
|
|
1954
|
+
name: "ShapeShift FOX",
|
|
1955
|
+
symbol: "FOX",
|
|
1956
|
+
decimals: 18,
|
|
1957
|
+
logoURI: "https://ethereum-optimism.github.io/data/FOX/logo.svg",
|
|
1958
|
+
extensions: {
|
|
1959
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1960
|
+
opListId: "extended",
|
|
1961
|
+
opTokenId: "FOX"
|
|
1962
|
+
}
|
|
1963
|
+
},
|
|
1950
1964
|
{
|
|
1951
1965
|
chainId: 1,
|
|
1952
1966
|
address: "0x5Ca135cB8527d76e932f34B5145575F9d8cbE08E",
|
|
@@ -5973,7 +5987,7 @@ var tokens = [
|
|
|
5973
5987
|
var version = {
|
|
5974
5988
|
major: 10,
|
|
5975
5989
|
minor: 0,
|
|
5976
|
-
patch:
|
|
5990
|
+
patch: 15
|
|
5977
5991
|
};
|
|
5978
5992
|
var optimism_tokenlist_default = {
|
|
5979
5993
|
name,
|