@eth-optimism/tokenlist 8.3.164 → 8.3.165
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-d02138cf.d.ts → optimism.tokenlist-6be2d78c.d.ts} +16 -3
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -3
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -3
- 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 = "2023-09-21T23:
|
|
44
|
+
var timestamp = "2023-09-21T23:38:36.528Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1066,7 +1066,7 @@ var tokens = [
|
|
|
1066
1066
|
logoURI: "https://ethereum-optimism.github.io/data/DAI/logo.svg",
|
|
1067
1067
|
extensions: {
|
|
1068
1068
|
optimismBridgeAddress: "0x10E6593CDda8c58a1d0f14C5164B376352a55f2F",
|
|
1069
|
-
baseBridgeAddress: "
|
|
1069
|
+
baseBridgeAddress: "0xD0204B9527C1bA7bD765Fa5CCD9355d38338272b",
|
|
1070
1070
|
opListId: "default",
|
|
1071
1071
|
opTokenId: "DAI"
|
|
1072
1072
|
}
|
|
@@ -1137,6 +1137,19 @@ var tokens = [
|
|
|
1137
1137
|
opTokenId: "DAI"
|
|
1138
1138
|
}
|
|
1139
1139
|
},
|
|
1140
|
+
{
|
|
1141
|
+
chainId: 424,
|
|
1142
|
+
address: "0x997cf63ab30BA8e591203228d5c5468Fc3834166",
|
|
1143
|
+
name: "Dai Stablecoin",
|
|
1144
|
+
symbol: "DAI",
|
|
1145
|
+
decimals: 18,
|
|
1146
|
+
logoURI: "https://ethereum-optimism.github.io/data/DAI/logo.svg",
|
|
1147
|
+
extensions: {
|
|
1148
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1149
|
+
opListId: "default",
|
|
1150
|
+
opTokenId: "DAI"
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1140
1153
|
{
|
|
1141
1154
|
chainId: 1,
|
|
1142
1155
|
address: "0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6",
|
|
@@ -5753,7 +5766,7 @@ var tokens = [
|
|
|
5753
5766
|
var version = {
|
|
5754
5767
|
major: 8,
|
|
5755
5768
|
minor: 3,
|
|
5756
|
-
patch:
|
|
5769
|
+
patch: 165
|
|
5757
5770
|
};
|
|
5758
5771
|
var optimism_tokenlist_default = {
|
|
5759
5772
|
name,
|