@eth-optimism/tokenlist 8.3.164 → 8.3.166
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-98f95d3f.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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-09-
|
|
25
|
+
var timestamp = "2023-09-22T21:34:19.782Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1047,7 +1047,7 @@ var tokens = [
|
|
|
1047
1047
|
logoURI: "https://ethereum-optimism.github.io/data/DAI/logo.svg",
|
|
1048
1048
|
extensions: {
|
|
1049
1049
|
optimismBridgeAddress: "0x10E6593CDda8c58a1d0f14C5164B376352a55f2F",
|
|
1050
|
-
baseBridgeAddress: "
|
|
1050
|
+
baseBridgeAddress: "0xD0204B9527C1bA7bD765Fa5CCD9355d38338272b",
|
|
1051
1051
|
opListId: "default",
|
|
1052
1052
|
opTokenId: "DAI"
|
|
1053
1053
|
}
|
|
@@ -1118,6 +1118,19 @@ var tokens = [
|
|
|
1118
1118
|
opTokenId: "DAI"
|
|
1119
1119
|
}
|
|
1120
1120
|
},
|
|
1121
|
+
{
|
|
1122
|
+
chainId: 424,
|
|
1123
|
+
address: "0x997cf63ab30BA8e591203228d5c5468Fc3834166",
|
|
1124
|
+
name: "Dai Stablecoin",
|
|
1125
|
+
symbol: "DAI",
|
|
1126
|
+
decimals: 18,
|
|
1127
|
+
logoURI: "https://ethereum-optimism.github.io/data/DAI/logo.svg",
|
|
1128
|
+
extensions: {
|
|
1129
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1130
|
+
opListId: "default",
|
|
1131
|
+
opTokenId: "DAI"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1121
1134
|
{
|
|
1122
1135
|
chainId: 1,
|
|
1123
1136
|
address: "0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6",
|
|
@@ -5734,7 +5747,7 @@ var tokens = [
|
|
|
5734
5747
|
var version = {
|
|
5735
5748
|
major: 8,
|
|
5736
5749
|
minor: 3,
|
|
5737
|
-
patch:
|
|
5750
|
+
patch: 166
|
|
5738
5751
|
};
|
|
5739
5752
|
var optimism_tokenlist_default = {
|
|
5740
5753
|
name,
|