@eth-optimism/tokenlist 10.0.62 → 10.0.63
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-9f49448d.d.ts → optimism.tokenlist-f4aed319.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-05-
|
|
44
|
+
var timestamp = "2024-05-15T16:45:44.410Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6818,6 +6818,7 @@ var tokens = [
|
|
|
6818
6818
|
extensions: {
|
|
6819
6819
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
6820
6820
|
modeBridgeAddress: "0x735aDBbE72226BD52e818E7181953f42E3b0FF21",
|
|
6821
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6821
6822
|
opListId: "default",
|
|
6822
6823
|
opTokenId: "UNI"
|
|
6823
6824
|
}
|
|
@@ -6848,6 +6849,19 @@ var tokens = [
|
|
|
6848
6849
|
opTokenId: "UNI"
|
|
6849
6850
|
}
|
|
6850
6851
|
},
|
|
6852
|
+
{
|
|
6853
|
+
chainId: 8453,
|
|
6854
|
+
address: "0xc3De830EA07524a0761646a6a4e4be0e114a3C83",
|
|
6855
|
+
name: "Uniswap",
|
|
6856
|
+
symbol: "UNI",
|
|
6857
|
+
decimals: 18,
|
|
6858
|
+
logoURI: "https://ethereum-optimism.github.io/data/UNI/logo.png",
|
|
6859
|
+
extensions: {
|
|
6860
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6861
|
+
opListId: "default",
|
|
6862
|
+
opTokenId: "UNI"
|
|
6863
|
+
}
|
|
6864
|
+
},
|
|
6851
6865
|
{
|
|
6852
6866
|
chainId: 1,
|
|
6853
6867
|
address: "0x0d86883FAf4FfD7aEb116390af37746F45b6f378",
|
|
@@ -7970,7 +7984,7 @@ var tokens = [
|
|
|
7970
7984
|
var version = {
|
|
7971
7985
|
major: 10,
|
|
7972
7986
|
minor: 0,
|
|
7973
|
-
patch:
|
|
7987
|
+
patch: 63
|
|
7974
7988
|
};
|
|
7975
7989
|
var optimism_tokenlist_default = {
|
|
7976
7990
|
name,
|